home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / hardware / galer21.lha / GALer21 / Examples / Tristate.pld < prev   
Text File  |  1995-10-07  |  257b  |  25 lines

  1. GAL16V8                ; this is the second example
  2. Exa.2
  3.  
  4. A  B  C  D  E  F  G  NC NC GND
  5. NC NC NC NC NC NC Y3 Y2 Y1 VCC
  6.  
  7.  
  8. Y1.T = B
  9.  
  10. Y2.T = C + D
  11.  
  12. Y3.T = /G
  13.  
  14.  
  15. Y1.E = /A
  16.  
  17. Y3.E = E * F
  18.  
  19.  
  20. DESCRIPTION
  21.  
  22.  tristate output:  pinname.T
  23.  tristate control: pinname.E
  24.  
  25.